func runtime.casGToWaiting
9 uses
runtime (current package)
debugcall.go#L169: casGToWaiting(gp, _Grunning, waitReasonDebugCall)
heapdump.go#L698: casGToWaiting(gp.m.curg, _Grunning, waitReasonDumpingHeap)
mgc.go#L836: casGToWaiting(gp, _Grunning, waitReasonGCMarkTermination)
mgc.go#L954: casGToWaiting(curgp, _Grunning, waitReasonGarbageCollection)
mgc.go#L1363: casGToWaiting(gp, _Grunning, waitReasonGCWorkerActive)
mgcmark.go#L222: casGToWaiting(userG, _Grunning, waitReasonGarbageCollectionScan)
mgcmark.go#L563: casGToWaiting(gp, _Grunning, waitReasonGCAssistMarking)
proc.go#L1141: func casGToWaiting(gp *g, old uint32, reason waitReason) {
proc.go#L1273: casGToWaiting(gp, _Grunning, waitReasonStoppingTheWorld)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |